home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
- end
-
- on mouseDown
- set the member of sprite 22 to "thumbFront" & string(not value(the last char in the name of member the member of sprite 22))
- set the member of sprite 23 to "thumbBack" & string(not value(the last char in the name of member the member of sprite 23))
- set the member of sprite 26 to "albumBackCover"
- set the cursor of sprite the currentSpriteNum to 0
- end
-
- on mouseLeave
- set the cursor of sprite the currentSpriteNum to 0
- end
-